body{
  padding: 0;
  margin: 0;
  min-width: 1180px;
  background: #eeeeee;
  font-family: "微软雅黑";
}

img{
  border:0;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.main{
  width: 1180px;
  margin: auto;
}
a{
  text-decoration: none;
  color: #fff;
}

.top{
  width: 100%;
  height: 84px;
  background: #fff;
}
.top .topL{
  float: left;
  width: 50%;
  height: 84px;
  background: url("../img/home/logo.png") no-repeat center;
  background-size: cover;
}
.top .topL:before {
    content: '湖南猎航电子科技有限公司';
    color: #0063AD;
    font-size: 34px;
    margin-left: 100px;
    position: absolute;
    margin-top: 5px;
}

.top .topL:after {
    content: 'HUNAN AEROHUNTER ELECTRONIC TECHNOLGY CO.LTD';
    color: #0063AD;
    font-size: 20px;
    margin-left: 100px;
    position: absolute;
    margin-top: 56px;
}

.top .topR{
  float: right;
}
.top .topR .topRT{
  height: 43px;
}
.top .topR .topRT>div{
  float: right;
  text-align: center;
  margin: 13px 0 16px;
  padding: 0 20px;
  font-size: 14px;
  color: #333333;
}
.top .topR .topRT>div:nth-child(2){
  border: 1px solid #333333;
  border-bottom: none;
  border-top: none;
}
.top .topR .topRB{
  margin: auto;
  width: 223px;
  height: 28px;
  background: url("../img/home/phone.png") no-repeat center;
  background-size: cover;
}
.nav{
	position: relative;
  width: 100%;
  height: 42px;
  background: #1c4fa2;
}
.nav .underLine{
				width:100%;
				height:4px;
				background:#e77918;
				position: absolute;
				bottom:0;
				display: block;
}
.nav .navItems{
	list-style-type:none;
  padding: 0 62px;
}
.nav .navItems .nav1{
		float:left;
		margin-left:37px;
		font-size:14px;
		font-weight: bold;
		position: relative;
		color:#025299;
}
.nav .navItems .navItem{
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 0 37px;
  line-height: 42px;
}
.nav .navItems .active{
  color: #e78430;
}
.nav .navItems .nav1 .navItems2{
		list-style-type:none;
		left: -55px;
    top: 42px;
    min-width: 135px;
    color: #025299;
    text-align: center;
    z-index: 888;
}
.nav .nav2{
		position: relative;
		height:60px;
		line-height:60px;
		border-top:1px solid #efefef;
		padding:0 19px;
		background:#fff;
}
.nav .nav2:nth-child(1){
		border-top:0;
}
.nav .nav2 a{
	color: #025299;
}
.nav .navItems .nav1 .navItems2 .nav2 .navItems3{
		list-style-type:none;
		top:-5px;
		left: 130px;
		min-width:136px;
		text-align: center;
		color:#025299;
}
.nav .nav3{
		border-top: 1px solid #efefef;
		height:58px;
		line-height:58px;
		border-left:1px solid #ccc;
		padding:0 19px;
		background:#fff;
		color:#025299;
}
.nav .nav3:nth-child(1){
		border-top: none;
}
.nav .nav3 a{
	color: #025299;
}
/*****底部******/
.bottom{
  width:100%;
  height:132px;
  background:#252525;
  color:#fff;
  margin-top:30px;
  font-size:14px;
}
.bottom .bottomMain{
  width: 1180px;
  margin: auto;
}
.bottomMain .bottomItem{
  width: 100%;
}
.bottomItem>div:nth-child(1){
  float: left;
  padding: 0 20px;
  margin: 20px 0;
}
.bottomItem>div:nth-child(2){
  float:left;
  padding:0 20px;
  margin:20px 0;
  border:1px solid #fff;
  border-top:none;
  border-bottom:none;
}
.bottomItem>div:nth-child(3){
  float:left;
  padding:0 20px;
  margin:20px 0;
}
.bottomItem>div:nth-child(4){
  clear: both;
}
.bottomItem>div:nth-child(5){
  padding: 0 20px;
}